Skip to content

GH-49400: [Ruby] Add Arrow::FixedSizeList#values and #raw_records#49401

Merged
kou merged 1 commit into
apache:mainfrom
kou:ruby-fixed-size-list
Feb 27, 2026
Merged

GH-49400: [Ruby] Add Arrow::FixedSizeList#values and #raw_records#49401
kou merged 1 commit into
apache:mainfrom
kou:ruby-fixed-size-list

Conversation

@kou
Copy link
Copy Markdown
Member

@kou kou commented Feb 26, 2026

Rationale for this change

They are optimized C++ values -> Ruby values converters.

What changes are included in this PR?

  • Add support for arrow::FixedSizeListArray in #values and #raw_records implementation in C++
  • Add tests for Arrow::FixedSizeList#values and #raw_values
  • Add tests for Arrow::LargeList#values and #raw_values because they are missing
    • This is not so related to Arrow::FixedSizeList#values and #raw_values. Sorry.

Are these changes tested?

Yes.

Are there any user-facing changes?

Yes.

@github-actions
Copy link
Copy Markdown

⚠️ GitHub issue #49400 has been automatically assigned in GitHub to PR creator.

@kou
Copy link
Copy Markdown
Member Author

kou commented Feb 27, 2026

+1

@kou kou merged commit 879bbb3 into apache:main Feb 27, 2026
12 checks passed
@kou kou removed the awaiting committer review Awaiting committer review label Feb 27, 2026
@kou kou deleted the ruby-fixed-size-list branch February 27, 2026 07:07
@conbench-apache-arrow
Copy link
Copy Markdown

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 879bbb3.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 15 possible false positives for unstable benchmarks that are known to sometimes produce them.

thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Apr 6, 2026
…cords` (apache#49401)

### Rationale for this change

They are optimized C++ values -> Ruby values converters.

### What changes are included in this PR?

* Add support for `arrow::FixedSizeListArray` in `#values` and `#raw_records` implementation in C++
* Add tests for `Arrow::FixedSizeList#values` and `#raw_values`
* Add tests for `Arrow::LargeList#values` and `#raw_values` because they are missing
  * This is not so related to `Arrow::FixedSizeList#values` and `#raw_values`. Sorry.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes.
* GitHub Issue: apache#49400

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant